home *** CD-ROM | disk | FTP | other *** search
/ HBO Media Relations - Win…/Spring 1995 Programming / HBO Media Relations Winter and Spring 1995 Programming Vol 1.1.iso / pc / files / hbo_prev.dir / 00094_Script_94 < prev    next >
Text File  |  1995-01-09  |  307b  |  17 lines

  1. global gQTSprite
  2. on exitFrame
  3.   if the clickon = 10 or the timer > 120 then
  4.     set the movierate of sprite gQTSprite to 1
  5.     go to the frame + 1
  6.   else
  7.     go to the frame
  8.   end if  
  9. end
  10.  
  11. on idle
  12.   if the movierate of sprite gQTSprite <> 0 then
  13.     exit
  14.   else
  15.     swapbutton2
  16.   end if
  17. end